runtime.mstats.alloc (field)

5 uses

	runtime (current package)
		mstats.go#L24: 	alloc       uint64 // bytes allocated and not yet freed
		mstats.go#L415: 	stats.Alloc = memstats.alloc
		mstats.go#L420: 	stats.HeapAlloc = memstats.alloc
		mstats.go#L555: 	memstats.alloc = 0
		mstats.go#L594: 	memstats.alloc = totalAlloc - totalFree